PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutTextDecorationType Enumeration
In This Topic
    PDFStandardLayoutTextDecorationType Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setTextDecorationType method.
    Members
    MemberDescription
    LINETHROUGHA line through the middle of the text.
    NONENo text decoration.
    OVERLINEA line above the text.
    UNDERLINEA line below the text.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutTextDecorationType

    See Also